@charset "utf-8";
/* CSS Document */
 /* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar{width:7px;height:66px;}
::-webkit-scrollbar-track{background-color:#f3f3f3;}
::-webkit-scrollbar-thumb{background-color:#1c5d9c;border-radius: 7px;}
::-webkit-scrollbar-thumb:hover {background-color:#34cacb}
::-webkit-scrollbar-thumb:active {background-color:#34cacb}

/* 设置默认字体 */
body,
button, input, select, textarea { 
	font-family:"Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
border-bottom: 1px dotted;
cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
border-collapse: collapse;
border-spacing: 0;
}

/*头部开始*/
#head{width:100%;border-bottom: 3px solid #2b118f;}
.headerin{max-width:1200px;height: 88px;margin: 0 auto;position:relative;padding-top: 25px;}
.logo{margin-top: 5px;margin-left: 1px;float:left;margin-right: 14px;}
.en a{width:29px;height:29px;border:1px solid #333;display:block;float:right;line-height:29px;text-align:center;text-decoration:none;font-weight:bold;margin-top:30px;color:#333;}
.en a:active{background:#da6d0d;color:#fff;border:1px solid #da6d0d;}
.ss {
    border: 1px solid #ccc;
    overflow: hidden;
    float: right;
 	 position: absolute;
    right: 0;
    bottom: 11px;
}
.ss .s2 {
    width: 120px;
    height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #aaaaaa;
    padding: 0 4px;
    line-height: 30px;
    border: 0;
    outline: none;
    background: none;
	padding-left: 20px;}
.ss .s1 {
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    display: block;
    float: right;
	}
.ss .s1 a {
    color: #fff;
    width: 80px;
    height: 30px;
    display: block;
    background: url(../images/seach_03.png) no-repeat center;
}
/*导航*/
.language{float:right;position: absolute;right: 0;top:25px;}
.language a{float:left;display: block;font-size: 14px;color: #333;text-decoration: none;margin-left: 10px;line-height: 20px;}

/*banner*/
.mBan2 { overflow: hidden; }
.mBan2 .slideBox{ width:100%; height:auto; position:relative; }
.mBan2 .slideBox .hd{ height: 10px; overflow: hidden; position: absolute; bottom: 4px; z-index: 1; width: 81px; margin-left: -46px; left: 50%; padding: 4px 0px 0px 11px; }
.mBan2 .slideBox .hd ul{ zoom: 1; }
.mBan2 .slideBox .hd ul li{ float: left; width: 6px; height: 6px; background: url(../images/btn1.png) no-repeat; cursor: pointer; margin-right: 10px; }
.mBan2 .slideBox .hd ul li.on{ background: url(../images/btn2.png) no-repeat; }
.mBan2 .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.mBan2 .slideBox .bd ul,.slideBox .bd ul li{width:100%!important}
.mBan2 .slideBox .bd img{ width:100%; height:auto; display:block;  }
.fix{width:100%;position:relative;top:100%;}
.fixin{width:1200px;margin: 0 auto;}
.f1{position: absolute;bottom: 30px; z-index: 100;width:1200px;height: 152px;background: rgba(255,255,255,0.7);padding-top:12px;}
.f1 .ex{padding-left:28px;width:292px;position: relative;height:152px;float:left;}
.f1 .ex h4{color:#333;font-weight: normal;font-size: 14px;}
.f1 .ex h4 a{color:#333;text-transform:uppercase;text-decoration: none;}
.f1 .ex img{width:150px;height:58px;margin-top: 10px;}
.f1 .ex p{color:#333;font-size: 12px;margin-top: 5px;line-height: 26px;}
.f1 .ex p a{color:#333;}
.exbt{position: absolute;left:0;bottom: 0;height:31px;width:320px;background: #34cacb;}
.exbt h3{float:left;line-height: 31px;color:#fff;padding-left: 28px;}
.exbt p{float:right;line-height: 31px;color:#fff;margin-right: 17px;}
.exbt p strong{color:#fff;font-size: 14px;}
.f1 .news{float:left;width:530px;}
.newsbt{width:558px;background: #16497b;text-transform:uppercase;height: 31px;overflow: hidden;}
#gundong li{}
#gundong li h3{color:#fff;font-size: 14px;line-height: 31px;padding-left: 28px;}
#gundong li a{color:#fff;width:345px;font-size: 14px;line-height: 31px;height: 31px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block;}
#gundong li p{font-size: 14px;color:#fff;line-height: 31px;margin-right: 10px;margin-top: 0px;}
.contact h4 a{text-transform:uppercase;}
.conbt{width:322px;}
.f1 .contact p{line-height:22px;}
/*产品*/
.pro{width:100%;background: #565656;}
.proin{width:1200px;margin: 0 auto;height: 382px;}
.pbt p{font-size: 16px;color:#fff;line-height: 69px;padding-top: 9px;}
.pro_1{width:278px;float:left;margin-left: 29px;}
.pro_2{margin-left:0px;}
.pro_1 img{width:278px;height:200px ;}
.pro_1 h4{line-height: 46px;color:#fff;font-size: 14px;}
.pro_1 a{text-decoration: none;}
/*页脚*/
#hezuo{width:100%;background: #444444;}
.hezuoin{width:100%;}
.panel{width:1200px;display: none;margin: 0 auto;}
.hezuobg{width:1200px;height:296px;margin: 0 auto;}
.flipp{display:none;}
.flip{background:#444444;width:100%;height: 56px;border-top:1px solid #808080;cursor:pointer;}
.flipp{background:#444444;width:100%;height: 56px;border-top:1px solid #808080;cursor:pointer;}
.flip img{display:block;margin: 0 auto;padding-top: 17px;}
.flipp img{display:block;margin: 0 auto;padding-top: 17px;}
.b_nav{width:140px;float:left;}
.b_navv{width:200px;}
.b_nav h4{color:#fff;font-size: 16px;border-right: 1px solid #fff;height: 18px;padding-left: 35px;margin-top: 18px;margin-bottom: 16px;line-height: 16px;font-weight: normal;}
.b_nav ul li a{color:#fff;font-size: 12px;line-height: 39px;text-decoration: none;padding-left: 35px;}
.b_navv h4{border-right: none;!important}
.er_box{width:193px;height: 220px;border-left:1px solid #fff;float:right;}
.er_box img{display:block;width: 145px;margin: 0 auto;margin-top: 18px;}
.er_box p{text-align:center;line-height: 50px;color: #fff;font-size: 14px;}
.panell{display:block;}
.flip1{display:none;}
/*关于良淋*/
.ab_nav{width:100%;background:#f3f3f3;box-shadow:0px 2px 4px #dedede;-webkit-box-shadow:0px 2px 4px #dedede;-moz-box-shadow:0px 2px 4px #dedede;-ms-box-shadow:0px 2px 4px #dedede;}
.ab_navin{width:1200px;height:58px;margin:0 auto;}
.ab_navin ul li a{float:left;width:170px;height:58px;display:block;text-align:center;line-height:58px;font-size:18px;color:#333;border-right:1px solid #c5c5c5;text-decoration:none;position:relative;}
.ab_navin ul li a:hover{background:#1c5d9c;color:#fff;}
.ab_navin ul li .ab_on{color:#fff;background:#1c5d9c;border-right:none;}
.ab_navin ul li .ab_on:after{display:block;}
.ab_navin ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1c5d9c;
    display: none;}
 .ab_navin ul li a:hover::after{
      display: block	}
/*main*/
.ab{width:100%;}
.abin{width:1200px;height:816px;margin:0 auto;}
.ab_title p{font-size:16px;color:#adadad;line-height:42px;text-align:center;margin-top:50px;}
.ab_title h4{font-size:30px;color:#444444;line-height:55px;text-align:center;margin-bottom:27px;}
.ab_title .ab_text{font-size:14px;color:#888383;line-height:25px;width:930px;display:block;margin:0 auto;text-align:center;}
.ab_l{width:580px;float:left;overflow-y:auto; overflow-x:auto; height:400px;position:relative;margin-top:55px;}
.ab_l span{font-size:18px;color:#333;line-height:93px;}
.ab_l p{font-size:14px;color:#888383;line-height:25px;text-indent:2em;}
.ab_r{float:right;margin-top:55px;}
/*文化*/
.Culture{width:100%;height:368px;background:url(../images/Culture_08.jpg) no-repeat center;}
.Culturein{width:1200px;margin:0 auto;position:relative;}
.ab_titlee p{color:#fff;margin-top:0px;padding-top:20px;}
.ab_titlee h4{color:#fff;}
.Culture_text{width:1200px;height:246px;position:absolute;top:207px;background:#fff;box-shadow:0px 2px 4px #dedede;-webkit-box-shadow:0px 2px 4px #dedede;-moz-box-shadow:0px 2px 4px #dedede;-ms-box-shadow:0px 2px 4px #dedede;}
.Culture_text p{font-size:14px;color:#888383;line-height:25px;text-align:center;margin-top:56px;}
/*发展历程*/
.aboout_lichong{width:100%;height:510px;background:#f3f3f3;padding-top:70px;}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
width: 910px;
height: 350px;
overflow: hidden;
margin: 42px auto;
position: relative;
background: url('../images/dot.gif') left 45px repeat-x;
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 112px;
	height: 70px;
	font-size: 24px;
	text-align: center;
	background:url(../images/lc_bg_06.png) center 25px no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	color:#333;
	text-decoration:none;
}
#dates .selected {
	font-size: 38px;
}

#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}	
	#issues li {
	width: 850px;
	height: 350px;
	list-style: none;
	float: left;
}
#issues li.selected img {
	-webkit-transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	transform: scale(1.0,1.0);
}
#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out; 
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}
#issues li h1 {
	color: #333;
	font-size: 48px;
	margin: 20px 0;
}
#issues li p {
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
	color:#888383;
}

#grad_left,
#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}
#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 41px;
	height: 90px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,
#prev:hover {
}
#next {
	right: 0;
	background:url(../images/btn2.png) no-repeat center;
}
#prev {
	left: 0;
	background:url(../images/btn1.png) no-repeat center;
}
	#next.disabled,
	#prev.disabled {
		opacity: 0.2;
	}
/*荣誉*/
/*公共部分*/
.inproducts{width:100%;height: 500px; background:url(../images/honor_02.jpg) no-repeat top;}
.wc960{margin:0 auto;width:1200px;height:588px;}
.fl{float:left;}
.fr{float:right;}
.mt20{margin-top:20px;}
.icon{background:url(../images/iconn.png) no-repeat 0 0;}
.warp-pic-list li{float:left;display:inline;}
.warp-pic-list .img_wrap{display:block;font-size:0;overflow:hidden;width:260px;}
.warp-pic-list .text-area p{background-color:#f2f2f2;line-height:24px;}
/*全局板块*/
.row .hd{background:url(../images/hd-line_01.jpg) no-repeat 0 50px;height:55px;display: none;}
.row .hd .title{font:26px/40px "微软雅黑","Microsoft YaHei","黑体","SimHei";}
/*全局页签*/
.tab-T-3{width:66px;}
.tab-T-3 li{width:12px;height:12px;font-size:0;background-color:#dfdfdf;float:left;margin-left:10px;cursor:pointer;display:inline;}
.tab-T-3 li.cur{background-color:#d81c1b;}
/*产品*/
.rowE .warp-pic-list{position:relative;width:1200px;height:278px;float:left;}
.rowE .count li{margin-right:50px;width:260px;height:292px;border: 1px solid #ccc;}
.rowE .count .img_wrap{}
.rowE .count li .text-area{text-align: center;}
.rowE .count li .text-area  p{line-height:30px;height:30px;font-size: 14px;}
.rowE .count li .text-area  a{width: 120px;
    height: 29px;
    display: block;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(252, 176, 64);
    border-image: initial;
    margin: 0px auto;
    background: rgb(252, 176, 64);
	margin-top: 20px;
}
.rowE .count li:hover .text-area,.rowE .count li.hover .text-area{}
.rowE .count .p-num{font-family:"Tahoma";font-weight:bold;}
.rowE .btn{display:block;height:55px;position:absolute;top:108px;width:35px;z-index:200;cursor:pointer;}
.rowE .prev{ background-position:0 -88px;left:0;}
.rowE .prev:hover{background-position:0 -144px;}
.rowE .next{ background-position:0 -200px;right:0;}
.rowE .next:hover{background-position:0 -256px;}
#count1 li img{max-width:240px;display: block;margin: 0 auto;margin-top: 24px;margin-bottom: 6px;}
/*良琳培训*/
.edu{width:100%;}
.eduin{width:1200px;height:225px;margin:0 auto;padding-top:100px;}
.eduin p{font-size:14px;line-height:25px;text-indent:2em;color:#888383;}
.down{width:100%;}
.downin{width:1200px;height:620px;margin:0 auto;}
.eduin_l{float:left;width:600px;}
.eduin_l ul{width:600px;overflow-y:auto;overflow-x:auto; height:381px;float:left;}
.eduin_l ul li{border-bottom:1px dashed #1c5d9c;width:600px;margin-top:16px;overflow:hidden;}
.eduin_l ul li span{width:108px;height:27px;display:block;line-height:27px;text-align:left;padding-left:20px;float:left;background:#1c5d9c;color:#fff;}
.eduin_l ul li a{line-height:27px;height:27px;font-size:14px;color:#444;padding-left:134px;display:block;width:466px;background:url(../images/down.png) no-repeat center right;background-size:35px;text-decoration:none;}
.eduin_l ul li a:hover{color:#1c5d9c;}
.eduin_r{float:right;}
/*员工风采*/
.downinn{margin-top:72px;height:370px;}
.eduin_ll {width:380px;float:left;}
.eduin_ll ul li{width:380px;}
.eduin_ll ul li a{padding-left:134px;width:247px;background:none;}
.eduin_ll ul{overflow-y:auto;overflow-x:auto;width:380px; height:370px;}
.sta{width:100%;}
.stain{width:1200px;margin:0 auto;height:1014px;}
.stalb{margin-top:77px;height:255px;}
.stalb img{width:390px;height:255px;float:left;margin-right:20px;}
.stalb h4 a{font-size:18px;color:#333;font-weight:normal;text-decoration:none;line-height:40px;}
.stalb p{font-size:14px;color:#333;line-height:24px;}
.stalb p a{font-size:14px;color:#333;line-height:24px;text-decoration:none;display:block;height:48px;overflow:hidden;}
.stalb .sta_v{color:#1c5d9c;font-size:14px;text-decoration:none;}
/*翻页*/
.fanye {width:200px;margin: 0 auto;}
.fanye li {list-style: none;float:left;}
.fanye li span{margin: 3px;padding: 2px;display: block;}
.fanye li a{background: #333;color:#fff;padding: 2px;margin: 5px;font-size: 14px;text-decoration: none;display: block;height: 18px;
    display: -webkit-inline-box;}
/*产品与服务*/
.proo{width:100%;}
.pro_in{width:1200px;height:742px;margin: 0 auto;}
.p_titel {width:1200px;height:57px;background: #f3f3f3;margin-bottom: 25px;margin-top: 73px;}
.p_titel h4{font-size:24px;line-height: 57px;color:#444;margin-left: 10px;}
/*产品内页滚动大图*/
#full-screen-slider { width:100%; height:448px; float:left; position:relative}
#slides { display:block; width:1200px; height:448px;overflow: hidden; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:59%; top:405px; z-index:9900;  padding:5px 15px 5px 0; margin:0;margin-left:0px;}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
.pro_in p{font-size:14px;line-height: 40px;color:#888383;text-indent: 2em;}
/*主营产品*/
.main_p{width:100%;}
.main_pin{width:1200px;margin: 0 auto;height:354px;}
.main_pin .mian_titel h4{font-size:16px;color:#1c5d9c;line-height: 77px;font-weight: normal;}
.main_pin h4{color:#333;}
/*产品系列*/
.pro_line{width:100%;}
.pro_linein{width:1200px;height:680px;margin:0 auto;padding-top: 31px;}
.pro_linein ul{margin-left:50px;height: 90px;}
.pro_linein ul li a{float:left;text-decoration: none;color: #333;font-size: 18px;margin-right: 60px;line-height: 55px;margin-bottom: 33px;}
.pro_linein ul li a:hover{border-bottom:2px solid #1c5d9c;color: #1c5d9c;}
.pro_linein ul li .line_on{border-bottom:2px solid #1c5d9c;color: #1c5d9c;}

.p1_box{width:1200px;height: 550px;float:left;}
.p1{float:left;width:599px;margin-bottom: 40px;}
.p_img{float:left;overflow: hidden;}
.p_img img{width:243px;height: 237px;}
.p1_text{float:left;height:193px ;background: #f3f3f3;width:264px;padding: 22px;overflow: hidden;}
.p1_text h4{font-size: 20px;line-height: 44px;font-weight: normal;color:#444;}
.p1_text p{font-size:15px;color:#444;line-height: 22px;}
/*产品详情页*/
.pro_lineinn{height:93px ;}
.boxin{width:100%;}
.box{width:1200px;margin:20px auto}
.left-pro{width:525px; padding:20px 10px;border:1px solid #ccc;text-align:left;float:left}
.left-pro .t1{width:100px;float:left}
.left-pro .t2{width:352px;text-indent:0;float:left;padding-left:10px}
.left-pro .t2 img{text-indent:0;}
#showArea img{cursor:pointer;display:block;margin-bottom:5px;width:68px;padding:1px;border:1px solid #ccc;height:68px;float:left}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}
#showArea{height:379px;margin:10px;overflow:hidden}
.right-pro{float:left;width:580px;margin-left: 40px;}
.right-pro h4{font-size:30px;color:#333;line-height: 74px;}
.right-pro_tx{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding-top: 16px;padding-bottom: 16px;}
.right-pro_tx p{font-size:15px;color:#444;line-height: 30px;}
.p_jj{width:100%;margin-top: 60px;overflow: hidden;}
.p_jjin{width:1200px;min-height: 400px;max-height: 400px; margin: 0 auto;}
.p_ti{width:1200px;height: 54px;background: #1c5d9c;}

/*选项卡*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 100px;
}
#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
	float:left;
	position: relative;
}
#tabs ul{height:46px;position: absolute;	top:-47px;
	left: 8px;
}
#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;
	margin-right: 2px;
}

#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
	display: block;
	padding: 14px 30px;
	background:;
	text-decoration: none;
	color: #fff;
}

#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
	background: ;
	color: #fff;
	
}

#tabs_container {
	width:1200px;
	position: relative;
	background: white;

}

#tabs_container div {
	
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}
.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background: white !important;
	color: #655c89 !important;
}

.tabulousclear {
	display: block;
	clear: both;
}
.clear{clear:both;}
.xg{width:1200px;float: left;}
.rowEE .count li{border:none;}
#count1 li a{text-decoration: none;}
#count1 li a p{text-align:center;text-decoration: none;color:#333;line-height: 20px;font-family: "微软雅黑";font-size: 14px;}
.rowE .warp-pic-listt{height:380px;}


/*产品设备*/
.xcbox{
  width: 100%;
  padding-top: 73px;
  overflow: hidden;
  text-align: center;
}
.lk {  width: 1200px;
  height:800px;
  margin: 0 auto;
  overflow: hidden;

}
.git {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 0;
}
.lk .main {
	width:372px;
	height: 274px;
	overflow: hidden;
	position: relative;
	float:left;
	margin-left: 41px;
	margin-bottom: 41px;
}
.lk .mainn{margin-left:0px;margin: 13px;margin-top: 0px;}
.xc_name{width:372px;height:50px;position: absolute;left: 0px;bottom: 0px;background-color:rgba(0,0,0,0.7);}
.xc_name p{color:#fff;line-height: 50px;font-size: 18px;text-indent: 1em;text-align: left;background:url(../images/a_r.png) no-repeat center right;}
.lk .main .div {
  margin: 10px 0;
}
.lk .main .h1 {
  font-size: 25px;
  padding-bottom: 20px;
}
.lk .main .l {
  width: 300px;
  float: left;
  padding: 5px;
}
.lk .main .r {
  width: 800px;
  float: left;
  padding: 5px;
}
.m1 {
  background-color: #f2f3ee;
  border-bottom: 1px dashed #fff;
}
.m1:last-child {
  border-bottom: 0 !important;
}
.m2 {
  border-bottom: 1px dashed #ddd;
}
.m3 {
  background-color: #fff3e3;
}
.m4 {
  background-color: #3d8ad1;
}
.m0 .main {
  font-size: 35px;
  text-align: center;
  height: 350px;
  line-height: 250px;
  position: relative;
  z-index: 99;
  color: #fff;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
}
.iframe {
  width: 100%;
  height: 350px;
  border: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.pre {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.pre .kwa {
  color: #2f6f9f;
}
.pre .kwb {
  color: #4f9fcf;
}
.pre .str {
  color: #d44950;
}
.pre .kwd {
  color: #aa6708;
}
.title .p1 {
  margin-bottom: 20px;
}
.footer .p {
  font-size: 18px;
  line-height: 25px;
}
.footer .p a {
  color: #000;
}
.m5 {
  border-top: 1px solid #ddd;
}
.m5 .main {
  text-align: center;
  padding: 15px 0;
}
.m6 {
  background: #f8ecf1;
}
.m7 {
  background-color: #f3f3f3;
}
.m8 {
  border-bottom: 1px solid #ddd;
}
.content .main {
  padding: 0;
}
.content .main .h2 {
  font-size: 25px;
  line-height: 50px;
}
.content .main .Slide {
  float: left;
  /*margin-right: 20px;*/
}
.content .main .Slide:hover {
  box-shadow: 0 0 8px #999;
}
.content .main .Slide img {
  width: 372px;
  height: 274px;
transition: all 1s ease 0s;
-webkit-transform: all 1s ease 0s;
}
.content .main .Slide img:hover{ 
	transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s; 
}
.Return{width:1200px;}
.Return a{display:block;width:119px;height:33px;background: #1c5d9c;text-align: center;line-height: 33px;color:#fff}
/*公司新闻*/
.news_n{width:100%;overflow: hidden;}
.news_nin{width:1200px;height:1066px;margin: 0 auto;margin-top:73px;}
.news_l{width:1200px;height: 198px;margin-bottom: 38px;}
.news_l img{width:299px;height:198px;float:left;margin-right: 30px;}
.news_text{float:left;width:740px;height:198px;position: relative;}
.news_text h4{font-size: 24px;line-height: 60px;font-weight: normal;}
.news_text h4 a{color:#333;text-decoration: none;width:740px;height:60px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display: block;}
.news_text p{font-size: 14px;color:#333;line-height: 24px;}
.news_text p a{color:#333;text-decoration: none;display: block;width:740px;height: 48px;overflow: hidden;}
.news_text .mov{width:119px;height:33px;line-height: 33px;display: block;text-align: center;border: 1px solid #888;color:#333;font-size: 16px;text-decoration: none;position: absolute;bottom:0px;left: 0px;}
.news_text .mov:hover{background:#1c5d9c;color:#fff;border:#1c5d9c;}
.news_rc{float:right;height: 198px;width:128px;}
.news_rc h2{font-size:60px;color:#1c5d9c;text-align: center;line-height: 84px;}
.news_rc p{font-size:20px;color:#333;text-align: center;}
/*新闻内页*/
.news_1in{min-height: 900px;width: 1200px;margin-top:73px;margin: 0 auto;}
.news_1in h1{font-size:20px;font-weight:normal;text-align:center;line-height:100px;border-bottom:1px solid #ccc;}
.fengxiangbox{width:362px;margin:0 auto;height:80px;margin-top:30px;}
.fengxiangbox span{float:left;margin-right:15px;font-size: 16px;line-height: 19px;display: block;}
.news_box{width:1200px;margin-bottom: 20px;}
/*人力资源*/
.rencai_text{width:100%;}
.rencai_textin{width:1202px;min-height:300px;margin:0 auto;overflow: hidden;} 
.rencai_l{width:498px;min-height:200px;padding-left:81px;float:left;margin-top:56px;}
.rencai_l span{font-size:22px;color:#414141;width:480px;height:32px;display:block;}
.rencai_l span p{color:#858585;text-transform:uppercase;font-size:16px;margin-top:8px;float:left;}
.rencai_l span img{float:left;margin-right:20px;}
.rencai_l span h4{float:left;font-weight:normal;margin-right:16px;}
.rencai_l p{float:left;margin-top:25px;line-height:24px;font-size: 14px;color:#888383;}
.rencai_r{padding-left:95px;border-left:1px solid #34cacb;}
	/*招聘表格*/
.rencai_textbox{width:1200px;margin: 0 auto;height: 800px;overflow: hidden;}
.zhaopinbox{background: #f3f3f3;
    width: 100%;
    padding: 70px 0 120px;
	}
.zhaopinboxin{    
	width: 1200px;
    margin: 0 auto;
    min-width: 1200px;}
.list-top {
    height: 54px;
    line-height: 54px;
    padding: 0 3.33% 0;
    background: #464650;
    font-size: 14px;
    color: #ffffff;
}
.zhaopinboxin .td1 {
    width: 24.33%;}
.zhaopinboxin .td2 {
    width: 21.33%;}
.zhaopinboxin .td3 {
    width: 21.33%;}
.zhaopinboxin .td4 {
    width: 17.33%;}
.zhaopinboxin .td5 {
    width: 13.33%;
	text-align:right;}

.fl {
    float: left;
    display: inline;
}
 .zhaopin_list .f-cb{background:#fff;    font-size: 14px;
    color: #777777;
    line-height: 2;
    border-bottom: 1px solid #efefef;
	padding: 0 3.33% 0;
}
 .zhaopin_list .f-cb .fl{ padding: 13px 0;}
 .zhaopin_list .f-cb .fl a{color:red;}
 .fanhui_pic{
	 margin-top:20px;
	 float:right; 
     background-size: 14px;
	}
.style6  tr td{line-height:30px;padding-left: 132px}

 .fanhui_pic a{color:#777;font-size:16px;line-height:30px;text-decoration: none;}
/*简历在线投*/
.picname{width:160px;float:left;margin-top:20px;}
.picname p{display:block;height:196px;font-size:16px;padding-left:30px;color:#525252;padding-top:20px;}
.download{display:inline-block;width:147px;height:30px;color:#fff;line-height:30px; text-align:center; background:#2c66bd;border-radius:5px;}
.danxuan{width:257px;display: -webkit-inline-box;margin-left: 30px;}
.marl_50{margin-left:50px;}
#example{display:inline-block;width:128px;height:32px;color:#fff;line-height:32px; text-align:center;border-radius:5px; background: #1c5d9c;text-decoration: none;}
.mask{margin:0;padding:0;border:none;width:100%;height:100%;background:#333;opacity:0.6;filter:alpha(opacity=60);z-index:9999;position:fixed;top:0;left:0;display:none;}
#LoginBox{position:absolute;left:24.5%;top:25.5%;background:white;width:960px;height:520px;border:3px solid #444;border-radius:7px;z-index:10000;display:none;}
.row1{background:#f7f7f7;padding:0px 20px;line-height:50px;height:50px;font-weight:bold;color:#666;font-size:20px;}
.row{height:77px;line-height:77px;padding:0px 30px;font-size:x-large;}
.close_btn{font-family:arial;font-size:30px;font-weight:700;color:#999;text-decoration:none;float:right;padding-right:4px;text-decoration: none;}
#bd{width:96%;margin-left:2%;margin-top:50px;} 
#bd input{width:257px;height:37px;border:1px solid #aaa;padding-left:10px;margin-left:30px;}
#bd textarea{width:91.7%;border:1px solid #aaa;padding-left:10px;margin-left:30px;margin-top:30px;height: 150px;}
#bd #bt{width:251px;margin-top:30px;}
#bd #btt{width:785px;margin-top:30px;}
#bd #bttt{width: 252.5px;
    height: 37px;
    border: 1px solid #aaa;
    padding-left: 10px;
    margin-left: 30px;}
.sure{display:block;left:47%;position:absolute; bottom:30px;width:120px;height:35px;color:#fff;font-size:16px;line-height:35px;text-align:center;border-radius:5px;
border: none;
 background: -webkit-linear-gradient(#4095cd, #015595); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#4095cd, #015595); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#4095cd, #015595); /* Firefox 3.6 - 15 */
  background: linear-gradient(#4095cd, #015595); /* 标准的语法 */}
.miaoshu{width:829px;height:27px;background:#aaa;margin-top:20px;}
.miaoshu p{display:block;width:140px;height:100%;font-size:16px;line-height:27px; text-align:center;background:#2c66bd;color:#fff;}
.guige{width:828px;min-height:190px;border-bottom:1px solid #aaa;}
.guige span{display:inline-block;width:276px;font-size:12px;color:#585757;line-height:30px;margin-top:20px;}
.xiangxi{font-size:12px;color:#585757;line-height:30px;padding-top:20px;}
.picname #field{width:28px;height:25px;vertical-align: middle;}
/*联系我们*/
.contact_n{width:100%;}
.contact_nin{width:1200px;height:850px;margin: 0 auto;margin-top: 73px;}
.c_r{float:right;width:480px;}
.c_r1{float:left;width:480px;margin-bottom: 20px;}
.c_r1 h4{font-size:16px;color:#333;line-height: 16px;margin-bottom: 21px;}
.c_r1 p{font-size:14px;color:#333;line-height: 24px;}
.add{width:1200px;float:left;margin-top: 10px;}
.add p{margin-bottom:15px;}
.add a{color:#333;text-decoration: none;display: block;padding-left: 25px;font-size: 14px;line-height:26px ; background: url(../images/add.png) no-repeat left center;background-size: 22px;}
.posi{width:1200px;height:46px;float:left;color:#fff;background:#3d4049;margin-top:78px;}
.posi p{line-height:46px;height:46px;font-size:14px;margin-left:24px}
.style6{border: 1px solid #ccc;width: 1200px;}
.stain h1{font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 100px;
    border-bottom: 1px solid #ccc;}





















